/*************************************************************************
 * Copyright Notice:                                                     *
 * Source code for random number generator (files rand.h & rand.c) has   *
 * been taken from : sga.c (C) David E. Goldberg 1986.                   *
 * Source code (other than mentioned above) for NSGA-II has been         *
 * developed (from scratch) at Kanpur Genetic Algorithms Laboratory      *
 * (KanGAL, IIT Kanpur) and is the property of its authors.              *
 * (C) Dr. Kalyanmoy Deb 2005.                                           *
 * Source code for vNSGA-II/vPNSGA-II is based on the above mentioned	 * 
 * sources. It has been developed at the Karlsruhe Institute of          *
 * Technology (KIT).    											     *
 * (C) Christian Hirsch 2010.											 *
 *                                                                       *
 * Disclaimer Notice:                                                    *
 * These codes have been developed for research purpose and are in a     *
 * process of continous change, and therefore bugs may exist.            *
 * In any case, developers of the codes do not take any responsibility   *
 * of any malfunction, although they have been tested on many test       *
 * problems. These codes have been tested on Mandrake and Gentoo linux   *
 * (kernel version 2.6.x and gcc version 3.3.x). Any bug or error may    *
 * kindly be communicated to c.hirsch@kit.edu. Commercial use of these   *
 * codes is strictly prohibited without the knowledge of developers. For *
 * academic use, these can be used or modified at will, however an       *
 * acknowledgement of developers at appropriate places would be highly   *
 * appreciated.                                                          *
 *************************************************************************/
